runtime.m.nextp (field)
15 uses
runtime (current package)
proc.go#L1691: if mp.nextp != 0 {
proc.go#L1694: mp.nextp.set(p)
proc.go#L1838: acquirep(gp.m.nextp.ptr())
proc.go#L1839: gp.m.nextp = 0
proc.go#L2749: mp.nextp.set(pp)
proc.go#L2887: acquirep(gp.m.nextp.ptr())
proc.go#L2888: gp.m.nextp = 0
proc.go#L2990: if nmp.nextp != 0 {
proc.go#L2998: nmp.nextp.set(pp)
proc.go#L3148: acquirep(gp.m.nextp.ptr())
proc.go#L3149: gp.m.nextp = 0
proc.go#L3161: if mp.nextp != 0 {
proc.go#L3167: mp.nextp.set(pp)
proc.go#L6008: mp.nextp.set(pp)
runtime2.go#L568: nextp puintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |